@charset "UTF-8";
/* S 基础操作样式
 * style comment! */
/*basic css*/
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 @font-face {
    /* font-test*/
    font-family: CODE_BOLD;
 src: url("../font/CODE_BOLD/iconfont.woff"), url("../font/CODE_BOLD/iconfont.ttf"), url("../font/CODE_BOLD/iconfont.eot")
}

.twos {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.clearfix:after, .clearfix:before {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.picture {
	position: relative;
	overflow: hidden;
}
.picture img {
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
}
.each-item:hover .picture img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	zoom: 1.1 \9;
}
 input:-webkit-autofill {
 box-shadow: 0 0 0px 1000px white inset !important;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
.box {
	width: 92%;
	margin: auto;
}
.box1 {
	width: 75%;
	margin: auto;
}
.boxs {
	width: 84%;
	margin: auto;
}
 input::placeholder {
 color: #999;
}
 input::-webkit-input-placeholder {
 color: #999;
}
/* E 基础操作样式
 * style comment! */

.iphonemedia {
	display: none
}
.pcmedia {
	display: block;/* position: relative; */
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 14px 0;
	z-index: 20;
	/* background: #fff; */
    border-bottom: 1px solid rgba(255, 255, 255, .2);
 transition: all .5s;
}
.header_on {
	background: #fff;
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.header_on .nav li.pro_nav_item, .header_on .nav li.hang_nav_item {
	padding-bottom: 10px;
	cursor: pointer;
}
.header .logo {
	float: left;
	width: 200px;
	position: relative;
	z-index: 20;
	line-height: 60px;
}
.header .right {
	float: right;
	padding-right: 4%;
	padding-top: 10px;
}
.header .nav {
	transition: all 0s;
	-webkit-transition: all 0s;
	margin-right: 0;
	/* position: absolute; */

    /* left: 50%; */

    /* transform: translate(-50%, 0%); */

    width: 50vw;
	text-align: center;
	padding-top: 7px;
	margin: auto;
}
.header_on.header .nav {
	padding-top: 5px
}
.header .header_bottom.on .nav {
 transition: all .6s;
	-webkit-transition: all 0.6s;
}
.nav li {
	display: inline-block;
	position: relative;
}
.nav li .t1 {
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 1px;
	margin: 0 43px;
	font-weight: lighter;
	position: relative;
}
.nav li .t1:after, .nav li.on .t1:after {
	content:'';
	width:0%;
	height:2px;
	background:#ffffff;
	position:absolute;
	bottom:-10px;
	left:50%;
 transition:all .4s;
}
.nav li:hover .t1:after {
	left:0;
	width:100%;
}
.header_on .nav li .t1 {
	color: #333;
	font-weight: normal;
}
.nav li:hover .t1 {
/* color: #014098; */
}
.header_on .header_bottom .en {
	color: #333;
	font-weight: normal;
}
.nav li.on .t1 {
/* color: #014098; */
    /* font-weight: bold; */
}
.nav li .t2 {
	display: none;
	position: absolute;
	top: 100%;
	padding: 12px 8px;
	left: 0;
	width: auto;
	min-width: 100%;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
}
.header_on .nav li .t2 {
	color: #014098;
}
.nav .t2 a {
	white-space: nowrap;
	display: block;
	font-size: 14px;
	line-height: 34px;
	color: #333;
	text-align: center;
	font-weight: normal;
}
.nav .t2 a:hover {
	color: #014098;
}
.header .header-form {
	position: absolute;
	float: right;
	display: inline-block;
	margin: 0px -100px 0 0;
	width: 0;
	overflow: hidden;
	transition: all 0s;
	-webkit-transition: all 0s;
	top: 0px;
	right: 91px;
	z-index: -1;
	background: transparent;
}


.right_list a {
	display: block;
	padding: 0 0 20px;
	width: 100%;
	border-top: 1px dashed #e5e5e5;
}
.right_list a:first-child {
	border-top: 0;
}
.right_list .picture {
	width: 100%;
}
.right_list .lans {
	width: 100%;
}
.right_list .t1 {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin: 21px 0 15px;
}
.right_list .t2 {
	font-size: 14px;
	color: #999999;
}
.right .more {
	color: #666666;
	line-height: 2;
	cursor: pointer;
	text-align: center;
	padding-top: 20px;
}
.right .more img {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	margin-bottom: -18px;
}
.i_ico {
	display: inline-block;
}
.i_ico a {
	margin: 0 3px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	display: none;
	transition: 0.5s;
}
.i_ico.on a {
	display: inline-block;
}
 .i_ico a:nth-child(1), .i_ico a:nth-child(2), .i_ico a:nth-child(3), .i_ico a:last-child {
 display: inline-block;
}
.i_ico a:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.new_pagetion {
	border-top: 1px solid #eeeeee;
	margin-top: 60px;
	padding-top: 30px;
}
.new_pagetion .left1 {
	width: calc(100% - 250px);
	float: left;
}
.new_pagetion .left1 a {
	font-size: 16px;
	line-height: 40px;
	color: #222222;
	display: block;
	margin-bottom: 5px;
}
.new_pagetion .left1 a:hover {
	color: #014098;
}
.new_pagetion .list {
	line-height: 50px;
	/* background: #eeeeee; */
    color: #222;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	float: right;
}
.new_pagetion .list .more_btns {
	margin: 0;
	border: 1px solid #ddd;
	color: #222;
	background: #fff
}
 .return.more_btns::after {
 color: #Fff;
 font-weight: normal;
}
.return.more_btns:hover {
	background: #014098;
	border-color: #014098;
}
.neiye_nav_news {
	background: transparent;
	border: 0;
	margin-top: 30px;
}
.neiye_nav_news.neiye_nav .right {
	float: none;
	text-align: left;
}
.neiye_banner .crumbs {
	text-align: right;
	font-size: 14px;
	line-height: 60px;
	color: #999999;
}
.neiye_banner .crumbs a {
	color: #999999;
}
.neiye_banner .crumbs span {
	color: #FFffff;
}
 @media screen and (max-width: 1600px) {
 .lans_news_d .tit {
 font-size: 28px
}
 .news_details .right {
 width: 320px;
}
 .right_list .picture {
/* width: 120px; */
    }
 .right_list .lans {
/* width: 180px; */
        /* float: right; */
    }
 .right_list .t1 {
 font-size: 15px;
 line-height: 22px;
 margin: 5px 0 15px 0;
}
 .news_details .left {
 width: calc(100% - 360px);
}
 .news_details .left .title {
 font-size: 28px;
}
 .news_details .mess {
 font-size: 13px;
 margin: 20px 0 15px 0;
 padding-bottom: 20px;
}
 .news_details .editors {
 font-size: 15px;
 line-height: 28px;
}
}
 @media screen and (max-width: 1199px) {
 .news_details .left {
 width: 100%;
 float: left;
 background: #ffffff;
 padding: 35px 5%;
 box-sizing: border-box;
}
 .news_details .right .title {
 line-height: 2;
 padding-top: 10px;
 font-size: 18px;
}
 .right_list .picture {
 width: 100%;
 margin: 20px 0 0;
}
 .right_list .lans {
 width: 100%;
 padding-top: 20px;
}
 .lans_news_d .tit {
 font-size: 24px;
 color: #333;
}
 .news_details .mess {
 color: #333;
 border-bottom: 1px solid #eee
}
 .news_details .right {
        /* display: none; */
        width: 100%;
 margin-top: 20px;
 padding: 0 10px;
}
 .news_details .editors {
 font-size: 13px;
 line-height: 1.85;
}
 .new_pagetion .left1 {
 width: 100%;
 float: none;
}
 .new_pagetion .list {
 float: none;
 width: 100%;
 line-height: 40px;
 height: 40px;
 font-size: 14px;
 margin: 20px auto 0 auto;
}
 .new_pagetion .list img {
 width: 14px;
}
 .news_details .left .title {
 font-size: 24px;
}
 .new_pagetion .left1 a {
 font-size: 14px;
 line-height: 27px;
}
 .new_pagetion {
 margin-top: 30px;
 padding-top: 20px;
}
 .news_details {
 margin-top: 50px;
 margin-bottom: 50px;
}
 .neiye_nav_news {
 margin-bottom: 0;
 margin-top: 10px;
}
}
 @media screen and (max-width: 700px) {
 .lans_news_d .tit {
 font-size: 20px;
}
 .news_details .left {
 padding: 25px 5%;
}
 .news_details .title {
 font-size: 24px;
 line-height: 1.8;
}
 .tuijian {
 padding: 30px 0 15px 0;
 line-height: 2;
}
 .news_details .mess li {
 margin-right: 30px;
 line-height: 2;
}
 .news_details .left .title {
 font-size: 18px;
}
 .new_pagetion .left1 a {
 font-size: 12px;
 line-height: 22px;
}
 .news_details {
 margin-top: 10px;
}
}
/*end newd.html*/

/*S contact_sum*/
.contact_sum {
}
.contact_sum .contact1 {
	padding: 140px 0 165px;
}
.contact1 .left {
	float: left;
	width: 45%;
}
.contact1 .l1 {
	font-family: Arial;
	font-weight: bold;
	color: #014098;
	font-size: 56px;
}
.contact1 .l2 {
	font-size: 34px;
	color: #222222;
}
.contact1 .l3 {
	font-size: 18px;
	color: #666666;
	padding: 60px 0;
}
.contact1 .l4 {
	line-height: 2;
}
.contact1 .l4 li {
	width: calc(50% - 3px);
	padding: 10px 5% 20px 0;
	display: inline-block;
	box-sizing: border-box;
}
.contact1 .l4 li:last-child {
	width: 100%;
}
.contact1 .t1 {
	font-size: 18px;
	color: #666666;
}
.contact1 .t2 {
	font-size: 20px;
	color: #222222;
}
.contact1 .right {
	width: 52.5%;
	float: right;
}
.contact2 {
}
.address_list li {
	width: 31%;
	box-sizing: border-box;
	background-color: #f5f5f5;
	padding: 45px 2%;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-bottom: 45px;
}
 .address_list li:nth-child(3n -1) {
 margin: 0 calc(3.5% - 4px);
}
.address_list li:after {
	content: '';
	width: 58%;
	padding-top: 16%;
	position: absolute;
	bottom: 5%;
	right: 5%;
	background: url("../images/ico_logo_white.png")/*tpa=https://www.hanlinova.com/Public/Home/images/ico_logo_white.png*/ no-repeat;
 transition: all .4s;
 -webkit-transition: all .4s;
	background-size: 100%;
	opacity: 0;
}
.address_list li:hover:after {
	bottom: 6%;
	right: 7%;
}
.address_list .n1 {
	background: url("../images/icon_loc.png")/*tpa=https://www.hanlinova.com/Public/Home/images/icon_loc.png*/ center left no-repeat;
	padding-left: 35px;
	font-size: 20px;
	font-weight: bold;
	color: #000022;
	background-size: auto 100%;
}
.address_list .n2 {
	font-size: 18px;
	line-height: 26px;
	color: #999999;
	min-height: 52px;
	font-weight: lighter;
	margin-top: 15px;
	position: relative;
	z-index: 2;
}
.jm11_form .textarea {
	width: 100%;
	resize: none;
	height: 150px;
	padding: 20px 25px;
	box-sizing: border-box;
	font-size: 16px;
	border: 0;
	background: #f8f8f8;
}
.help1_form .box {
	border-radius: 13px;
	padding: 0 50px;
	box-shadow: 0 0 23px 0 rgba(0, 0, 0, .1);
	box-sizing: border-box;
	margin-top: -280px;
	position: relative;
	background-color: #ffffff;
	max-width: 1250px;
}
.help1_form .jm11_form {
	padding-top: 25px;
}
.contact3 .title2 {
	padding: 30px 0;
	border-bottom: 1px solid #e8e8e8;
	font-size: 28px;
	color: #0087d5;
	font-weight: bold;
}
.jm11_form .sub {
	width: 200px;
	height: 60px;
	line-height: 60px;
	border: 0;
	color: #ffffff;
	margin: 0 20px;
	font-size: 18px;
 transition: all .5s;
	background: transparent;
}
.jm11_form .sub:hover {
	background-color: #2641dc;
}
.jm11_form .sub1 {
	background: #014098;
	border: 0;
}
.jm11_form .sub2:hover {
	color: #0092e6;
}
.neiye_title {
	font-size: 38px;
	color: #333334;
	text-align: center;
	text-transform: uppercase;
	padding: 65px 0 30px;
	font-weight: bold;
}
.title_h4 {
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.jm11_form .place {
	color: #444444;
	font-size: 18px;
	margin: 10px 0;
}
.contact3 .text {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 15px 24px;
	box-sizing: border-box;
	border: 0;
	font-size: 16px;
	background: #fff;
	color: #222;
}
.jm11_form {
	font-size: 16px;
	background-color: #f5f5f5;
	padding: 5% 7%;
	margin: 50px 0 100px;
}
.jm11_form li {
	position: relative;
	width: calc(33% - 34px);
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}
.jm11_form .login-right-yzmtp {
	position:absolute;
	right: -3px;
	bottom: 1px;
}
.jm11_form .login-right-yzmtp img {
	height:100%;
}
.jm11_form li:nth-child(2) {
 margin-left: 50px;
 margin-right: 50px;
}
.contact3 .jm11_form .t2 {
	position: relative;
	margin-bottom: 20px;
}
.contact3 .jm11_form .t3 {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 40px;
}
.jm11_form .textarea {
	width: 100%;
	resize: none;
	height: 150px;
	padding: 20px 25px;
	box-sizing: border-box;
	font-size: 16px;
	border: 0;
	background: #fff;
}
 @media screen and (max-width: 1600px) {
 .contact_sum .contact1 {
 padding: 100px 0 125px;
}
 .contact1 .l3 {
 font-size: 16px;
 padding: 40px 0;
}
 .contact1 .t1, .jm11_form .place {
 font-size: 16px;
}
 .contact1 .t2 {
 font-size: 18px;
}
 .contact1 .l1 {
 font-size: 44px;
}
 .contact1 .l2, .neiye_title {
 font-size: 30px;
}
 .jm11_form {
 font-size: 14px;
 padding: 4% 5%;
 margin: 30px 0 60px;
}
 .title_h4 {
 font-size: 14px;
}
 .contact3 .text {
 height: 50px;
 line-height: 50px;
 padding: 10px 15px;
 font-size: 14px;
}
 .neiye_title {
 padding: 45px 0 15px;
}
 .address_list .n1 {
 font-size: 18px;
}
 .address_list .n2 {
 font-size: 16px;
 line-height: 22px;
 min-height: 44px;
 margin-top: 12px;
 margin-bottom: 30px;
}
 .jm11_form .textarea {
 font-size: 14px;
}
 .jm11_form .sub {
 width: 150px;
 height: 50px;
 line-height: 50px;
 border: 0;
 color: #ffffff;
 font-size: 16px;
}
}
 @media screen and (max-width: 1440px) {
 .contact1 .l3 {
 padding: 25px 0;
}
 .contact_sum .contact1 {
 padding: 80px 0 100px;
}
}
 @media screen and (max-width: 1199px) {
 .contact_sum .contact1 {
 padding: 60px 0 80px;
}
 .contact1 .left,  .contact1 .right {
 width: 100%;
 float: none;
}
 .address_list li {
 padding: 25px 1.5%;
 margin-bottom: 25px;
}
 .address_list .n2 {
 font-size: 15px;
 line-height: 20px;
 min-height: 60px;
}
 .address_list li, .address_list li:nth-child(3n -1) {
 margin: 0 0 20px 0;
 width: calc(49% - 2px);
}
 .address_list li:nth-child(2n) {
 margin-left: 2%;
}
 .contact1 .t1, .jm11_form .place {
 font-size: 14px;
}
 .jm11_form li:nth-child(2) {
 margin-left: 30px;
 margin-right: 30px;
}
 .jm11_form li {
 width: calc(33% - 23px);
 margin-bottom: 15px;
}
}
 @media screen and (max-width: 980px) {
 .title_h4 {
 font-size: 12px;
}
 .contact1 .l4 li {
 width: 100%;
 margin: 0;
 padding: 5px 3% 15px 0;
}
 .contact1 .t2, .address_list .n1 {
 font-size: 16px;
}
 .contact1 .l1 {
 font-size: 32px;
}
 .contact1 .l2, .neiye_title {
 font-size: 24px;
}
 .address_list .n2 {
 min-height: auto;
 font-size: 14px;
 margin: 8px 0 20px;
}
 .contact_sum .contact1 {
 padding: 40px 0 50px
}
 .jm11_form li:nth-child(2), .jm11_form li {
 width: 100%;
 margin: 0 0 10px 0;
}
 .contact1 .t1, .jm11_form .place {
 font-size: 13px;
}
 .contact3 .text {
 height: 40px;
 line-height: 40px;
 padding: 10px 15px;
 font-size: 13px;
}
 .jm11_form .textarea {
 font-size: 13px;
 padding: 14px 15px;
}
 .contact3 .jm11_form .t3 {
 margin: 20px 0 10px 0;
}
