/* CSS Document */
/*css reset code */

/****  文字大小初始化,使1em=10px *****/
body {
font-size:62.5%;
} /* for IE/Win */
html>body {
font-size:10px;
} /* for everything else */

/*字体边框等初始化*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
 padding: 0;
 margin: 0;
 }
table {
 border-collapse: collapse;
 border-spacing: 0;
 }
fieldset,img {
 border: 0;
 }
 img {
 display:block;
 
 }
address,caption,cite,code,dfn,th,var {
 font-weight: normal;
 font-style: normal;
 }
ol,ul {
 list-style: none;
 }
caption,th {
 text-align: left;
 }
h1,h2,h3,h4,h5,h6 {
 font-weight: normal;
 font-size: 100%;
 }
q:before,q:after {
 content:'';
 }
abbr,acronym { border: 0;
 }

a {
text-decoration:none;
}

.mon .title{height:50px; line-height:50px;    padding: 0 23%;    border-bottom: 1px solid #707070;}
.title li{ float:left; width:25%; height:50px; font-size:16px; text-align:center; line-height:50px;color: #314659;}
.title li:hover{cursor:pointer;color: #1296db;border-bottom: 3px solid #1296db;}
.div_body{width: 1180px;margin: 0 auto;}

.journal_div{width: 1180px;margin: 0 auto;padding: 10px;}
.image_div {width: 1180px;margin: 0 auto;padding: 10px;}
.message_div{width: 1180px;margin: 0 auto;padding: 10px;}
.introduction_div{width: 1180px;margin: 0 auto;padding: 10px;}
/*.introduction_div div{width: 800px;margin: 0 auto;}

.div_body_sp{min-height: 500px;display: block;}*/

.div_body_sp{padding: 30px;display: flex;}
.div_body_sp img{width: 500px;}
.div_body_sp .div_body_sp_con{width: 620px;float: left;}
/*.div_body_sp_ul{margin-left: 50px;}*/

.div_body_sp_ul .products1{
	padding:0 40px 0 0px;
	line-height: 50px;
    font-size: 14px;
    color: #293038;
    font-weight: bold;
 /*   margin-left: 40px;*/
}
.div_body_sp_ul .li_2{
	padding:0 40px 0 0px;
	line-height: 26px;
	font-size: 14px;
    line-height: 26px;
    color: #314659;
    margin-left: 20px;
}

.div_body_sp_ul .products2{
	padding:0 40px 0 0px;
	line-height: 50px;
    font-size: 14px;
    color: #293038;
    font-weight: bold;
    margin-left: 20px;
}
.div_body_sp_ul .li_3{
	padding-left:20px;
	font-size: 14px;
    line-height: 26px;
    color: #314659;
    margin-left: 20px;
}


